home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / Penaltis.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(press).as
Text File  |  2006-06-13  |  173b  |  12 lines

  1. on(press){
  2.    gotoAndStop(3);
  3.    tellTarget("/keeperwait")
  4.    {
  5.       gotoAndStop(4);
  6.       tellTarget("/balteller")
  7.       {
  8.          nextFrame();
  9.       }
  10.    }
  11. }
  12.